home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / mail / mailx6 / _setup.1 / SESSIONF.DFM / SESSIONF.txt
Encoding:
Text File  |  1996-03-07  |  3.3 KB  |  169 lines

  1. object SimpleForm: TSimpleForm
  2.   Left = 276
  3.   Top = 130
  4.   BorderStyle = bsDialog
  5.   Caption = 'Mail eXtension Session FORM'
  6.   ClientHeight = 205
  7.   ClientWidth = 421
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 144
  17.     Top = 24
  18.     Width = 213
  19.     Height = 16
  20.     Caption = '(Introduce a List: Name1;Name2;etc)'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 8
  24.     Top = 56
  25.     Width = 116
  26.     Height = 16
  27.     Caption = 'Address to Resolve:'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 8
  31.     Top = 88
  32.     Width = 96
  33.     Height = 16
  34.     Caption = 'Recipient Count:'
  35.   end
  36.   object szCount: TLabel
  37.     Left = 136
  38.     Top = 88
  39.     Width = 105
  40.     Height = 17
  41.     AutoSize = False
  42.   end
  43.   object szNames: TEdit
  44.     Left = 136
  45.     Top = 48
  46.     Width = 265
  47.     Height = 24
  48.     Hint = 'Recipient Name'
  49.     ParentShowHint = False
  50.     ShowHint = True
  51.     TabOrder = 0
  52.   end
  53.   object btlResolve: TButton
  54.     Left = 16
  55.     Top = 120
  56.     Width = 113
  57.     Height = 25
  58.     Hint = 'Resolve Current Names'
  59.     Caption = 'Resolve Names'
  60.     ParentShowHint = False
  61.     ShowHint = True
  62.     TabOrder = 1
  63.     OnClick = btlResolveClick
  64.   end
  65.   object Button2: TButton
  66.     Left = 16
  67.     Top = 160
  68.     Width = 113
  69.     Height = 25
  70.     Hint = 'Fetch First Recipient'
  71.     Caption = 'Fetch First'
  72.     ParentShowHint = False
  73.     ShowHint = True
  74.     TabOrder = 2
  75.     OnClick = Button2Click
  76.   end
  77.   object Button3: TButton
  78.     Left = 152
  79.     Top = 120
  80.     Width = 113
  81.     Height = 25
  82.     Hint = 'Add Resolved names'
  83.     Caption = 'Add Resolved'
  84.     ParentShowHint = False
  85.     ShowHint = True
  86.     TabOrder = 3
  87.     OnClick = Button3Click
  88.   end
  89.   object Button4: TButton
  90.     Left = 152
  91.     Top = 160
  92.     Width = 113
  93.     Height = 25
  94.     Hint = 'Fetch Next Recipient'
  95.     Caption = 'Fetch neXt'
  96.     ParentShowHint = False
  97.     ShowHint = True
  98.     TabOrder = 4
  99.     OnClick = Button4Click
  100.   end
  101.   object Button5: TButton
  102.     Left = 288
  103.     Top = 120
  104.     Width = 113
  105.     Height = 25
  106.     Hint = 'Display the Address Dialog'
  107.     Caption = 'Address Dlg'
  108.     ParentShowHint = False
  109.     ShowHint = True
  110.     TabOrder = 5
  111.     OnClick = Button5Click
  112.   end
  113.   object Button6: TButton
  114.     Left = 288
  115.     Top = 160
  116.     Width = 113
  117.     Height = 25
  118.     Hint = 'Delete Current Recipient'
  119.     Caption = 'Delete Recipient'
  120.     ParentShowHint = False
  121.     ShowHint = True
  122.     TabOrder = 6
  123.     OnClick = Button6Click
  124.   end
  125.   object btnLogin: TButton
  126.     Left = 16
  127.     Top = 8
  128.     Width = 97
  129.     Height = 25
  130.     Hint = 'Sign On your Mail System'
  131.     Caption = 'Login'
  132.     ParentShowHint = False
  133.     ShowHint = True
  134.     TabOrder = 7
  135.     OnClick = btnLoginClick
  136.   end
  137.   object MXForm1: TMXForm
  138.     Left = 136
  139.     Top = 4
  140.     Width = 169
  141.     Height = 18
  142.     MXFormName = 'FormTag2'
  143.   end
  144.   object MXSession1: TMXSession
  145.     Left = 372
  146.     Top = 8
  147.     Width = 30
  148.     Height = 30
  149.     Custom = 'Push ... for Custom Properties'
  150.   end
  151.   object MXMessage1: TMXMessage
  152.     Left = 272
  153.     Top = 84
  154.     Width = 30
  155.     Height = 30
  156.     Custom = 'Push ... for Custom Properties'
  157.     BindString = 'MXSession1'
  158.     TimeFormat = '%m/%d/%y'
  159.   end
  160.   object MXRecipient1: TMXRecipient
  161.     Left = 360
  162.     Top = 80
  163.     Width = 30
  164.     Height = 30
  165.     Custom = 'Push ... for Custom Properties'
  166.     BindString = 'MXMessage1'
  167.   end
  168. end
  169.